@charset "utf-8";
* {
	margin:0;
	padding:0;
 }
html{ background: url("../img/bg.jpg") no-repeat center 0 #fff fixed; background-size: 100% auto;}
body {
	font: 14px/1.5 tahoma,arial,"Microsoft YaHei";
}
img {
	border:none;
}
a {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color: #1685db;
}
li {
	list-style-type:none;
}
.mar-top {
	margin-top:20px;
}
.bg-1 {
	background:#26add2;
}
.bg-2 {
	background:#fea300;
}
.bg-3 {
	background:#95b375;
}
.bg-4 {
	background:#00c9a5;
}
.bg-5 {
	background:#0041a0;
}
.tit {
	background:#f5f5f5;
	height:50px;
	line-height:50px;
	font-size:18px;
	margin-bottom:14px;
}
.tit b {
	float:left;
	border-left:#1685db 6px solid;
	padding-left:20px;
	font-weight:normal;
	color:#1685db;
}
.tit i {
	font-style:normal;
	padding-left:10px;
	color:#666666;
}
.tit span {
	font-size:14px;
	float:right;
	padding-right:14px;
}
.tit span a {
	color:#666666;
}
.header{ width:100%; height: 40px; background: url("../img/header_bg.png") repeat 0 0;}
.header_in {
	color:#ffffff;
	width:1200px;
	height: 40px;
	line-height:40px;
	margin: 0 auto;
}
.header_l {
	float:left;
	width:660px;
}
.header_r {
	float:right;
}
.header_r li{display:inline-block;padding-left:15px;margin-left:15px;border-left:1px solid #ffffff;height:16px;line-height:16px;position:relative}
.header_r li:first-child{border:none}
.header_r li a{color:#ffffff}
.header_r li a:hover{color:#fcf6c5;}
.header_r .li-con{width:auto;padding:5px;position:absolute;left:50%;transform:translateX(-50%);display:none;font-size:14px;color:#333;z-index:99;}
.header_r .li-con .pic{width:100px;margin-top:10px;box-shadow:0 0 10px 2px rgba(0,0,0,.2);background-color:#fff;padding:5px}
.header_r .li-con .pic img{width:100%}
.header_r .li-con .title{padding:20px;margin-top:10px;box-shadow:0 0 10px 2px rgba(0,0,0,.2);background-color:#fff}

.top {
	width:100%;
	height:132px;
}
.top_in {
	width:1200px;
	margin: 0 auto;
}
.top_logo {
	float:left;
	margin-top:22px;
}
.top_logo img {

}
.top_search {
	float:right;
	width:304px;
	height:48px;
	background:url("../img/search_bg.png");
	margin-top:40px;
}
#keywords {
	display: inline-block;
	float: left;
	width:160px;
	height: 32px;
	margin: 10px 0 0 50px;
	background: none;
	border: none;
	outline: none;
}
.top_search .search_btn {
	display:inline-block;
	float: right;
	width:75px;
	height: 44px;
	background:none;
	border: none;
	outline: none;
	cursor: pointer;

}

.nav_in {
	width:1254px;
	height:74px;
	background: url("../img/nav_bg.png") no-repeat center 0;
	margin: 0 auto;
	padding-top:13px;
}
.nav_in ul {
	line-height:55px;
}

.nav li {
	font-size:18px;
	float:left;
	width:136px;
	text-align:center;
	position:relative;
}
.nav li a {
	display:block;
	color:#ffffff;
}
.nav li.active {
	background:#ff7300;
}
.nav li.active a {
	color:#ffffff;
}
.nav li:hover {
	background:#0066cc;
	cursor:pointer;
}
.nav li:hover a {
	color:#e1f0fb;
}
.nav li dl {
	position: absolute;
	display: none;
	width: 100%;

}
.nav li:hover dl {
	transition: all 300ms linear;
	z-index: 9999;
	display: block;
	animation: move 300ms forwards;
}
.nav li:hover dl a {
	color:#ffffff;
}
.nav li dl dd {
	background-color: #0066cc;
	height:50px;
	line-height:50px;
	font-size:16px;
	border-top:#0355a7 1px solid;
}
.nav li dl dd:hover {
	background-color: #1685db;
}
.main {
	width:1172px;
	padding-left:14px;
	padding-right:14px;
	background:#ffffff;
	margin: 0 auto;
	min-height:1000px;
	overflow:hidden;
}
.main_tong {
	width:1172px;
	margin-top:14px;
}
.main_tong img {
	width:1172px;
	height:auto;
}

.foot {
	min-height:210px;
	background-color: #1685db;
	color:#ffffff;
	margin-top:20px;
}
.foot a {
	color:#ffffff;
}
.foot_in {
	width:1200px;
	margin:0px auto;
	padding-top:30px;
}
.foot_l {
	float:left;
	width:130px;
	padding-right:20px;
	text-align:center;
}
.foot_l img {
	width:130px;
	height:130px;
}
.foot_m {
	float:left;
	width:900px;
	text-align:center;
	font-size:16px;
	line-height:30px;
}
.foot_r {
	float:left;
	width:130px;
	padding-left:20px;
	text-align:center;
}
.foot_r img {
	width:130px;
	height:130px;
}

.page-side {
	position: fixed;
	bottom: 0%;
	right: 10%;
	z-index: 999; }
.page-side .wy-side-con {
	position: absolute;
	bottom: 150px;
	right: 0;
	transform: translateX(150%); }
.page-side .wy-side-con .con-con {
	width: 45px;
	height: 60px;
	text-align: center;
	padding-left: 15px;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
	position: relative;
	border-radius: 50%;
	margin: 15px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap; }
.page-side .wy-side-con .con-con:hover .con-con-icon {
	color: #1685db;
	opacity: 0; }
.page-side .wy-side-con .con-con:hover .con-con-tip {
	opacity: 1;
	transform: translate(-50%, -50%); }
.page-side .wy-side-con .con-con:hover .con-con-float {
	display: block; }
.page-side .wy-side-con .con-con .con-con-icon {
	font-size: 20px;
	color: #1685db;
	transition: all 0.3s;
	cursor: pointer;
	position: relative; }
.page-side .wy-side-con .con-con .con-con-icon span {
	font-size:30px;
}
.page-side .wy-side-con .con-con .con-con-tip {
	font-size: 12px;
	color: #1685db;
	transition: all 0.3s;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0; }
.page-side .wy-side-con .con-con .con-con-float {
	display: none;
	padding-right: 20px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%, -50%);
	animation: leftToRight 0.3s; }
.page-side .wy-side-con .con-con .con-con-float .text {
	border-radius: 5px;
	padding: 20px 15px;
	background-color: #f7f7f7;
	color: #76808a;
	white-space: nowrap;
	box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); }
.page-side .wy-side-con .con-con .con-con-float .ewm {
	border-radius: 5px;
	width: 150px;
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); }
.page-side .wy-side-con .con-con .con-con-float .ewm img {
	width: 100%; }
.page-side .wy-side-con .con-con .con-con-float .qq {
	border-radius: 5px;
	width: 150px;
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); }
.page-side .wy-side-con .con-con .con-con-float .qq img {
	vertical-align: middle;
}
.page-side .wy-side-con .con-con .con-con-float:after {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #f7f7f7;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(90deg) translate(-100%, 10%); }
.page-bottom {
	display:none;
}
.page-pop {
	display:none;
}


